home *** CD-ROM | disk | FTP | other *** search
/ IRIX 6.2 Development Libraries / SGI IRIX 6.2 Development Libraries.iso / dist / complib.idb / usr / share / catman / p_man / cat3 / complib / CPBDI.z / CPBDI
Text File  |  1996-03-14  |  1KB  |  67 lines

  1.  
  2.  
  3.  
  4. CCCCPPPPBBBBDDDDIIII((((3333FFFF))))                                                            CCCCPPPPBBBBDDDDIIII((((3333FFFF))))
  5.  
  6.  
  7.  
  8. NNNNAAAAMMMMEEEE
  9.      CPBDI   - CPBDI computes the determinant of a complex Hermitian positive
  10.      definite band matrix using the factors computed by CPBCO or CPBFA.  If
  11.      the inverse is needed, use CPBSL  N  times.
  12.  
  13.  
  14. SSSSYYYYNNNNOOOOPPPPSSSSYYYYSSSS
  15.       SUBROUTINE CPBDI(ABD,LDA,N,M,DET)
  16.  
  17. DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
  18.      On Entry
  19.  
  20.      AAAABBBBDDDD COMPLEX(LDA, N)
  21.         the output from CPBCO or CPBFA.
  22.  
  23.      LLLLDDDDAAAA INTEGER
  24.         the leading dimension of the array  ABD .
  25.  
  26.      NNNN INTEGER
  27.         the order of the matrix  A .
  28.  
  29.      MMMM INTEGER
  30.         the number of diagonals above the main diagonal.  On Return
  31.  
  32.      DDDDEEEETTTT REAL(2)
  33.         determinant of original matrix in the form
  34.         determinant = DET(1) * 10.0**DET(2)
  35.         with  1.0 .LE. DET(1) .LT. 10.0
  36.         or  DET(1) .EQ. 0.0 .  LINPACK.  This version dated 08/14/78 .  Cleve
  37.      Moler, University of New Mexico, Argonne National Lab.  Subroutines and
  38.      Functions Fortran REAL
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.                                                                         PPPPaaaaggggeeee 1111
  64.  
  65.  
  66.  
  67.